Skip to content

fix(ci): clear three CI-hygiene drift failures#70

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/ci-hygiene
Jun 24, 2026
Merged

fix(ci): clear three CI-hygiene drift failures#70
hyperpolymath merged 1 commit into
mainfrom
fix/ci-hygiene

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Three CI-hygiene fixes (local tests pass; failures are drift):

(a) src/rust/src/main.rs — removed the unused SimulationResults import that was promoted to an error under CI -D warnings (only SimulationConfig is used).

(b) Julia "Tests" job failed because Manifest.toml is pinned to Julia 1.12.x (Statistics versioned) while CI ran 1.9/1.10. Bumped the matrix to ['1.12', 'nightly'] and aligned env.JULIA_VERSION to '1.12'. (Manifest.toml not touched.)

(c) "Code Quality" added/used Lint, which is not a registered package. Removed the Pkg.add("Lint") from deps and deleted the whole "Run Julia Lint" step.

Verified locally: cargo build (incl. RUSTFLAGS=-D warnings) is clean in src/rust/.

🤖 Generated with Claude Code

- main.rs: drop unused SimulationResults import (errored under -D warnings)
- ci-cd.yml: align Julia matrix + JULIA_VERSION to 1.12 (Manifest.toml is
  pinned to 1.12.x; CI was running 1.9/1.10 and failing on Statistics)
- ci-cd.yml: remove bogus Pkg.add("Lint") / 'Run Julia Lint' step
  (Lint is not a registered package)

Verified: cargo build (incl. -D warnings) clean in src/rust/.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit 1598827 into main Jun 24, 2026
12 of 26 checks passed
@hyperpolymath hyperpolymath deleted the fix/ci-hygiene branch June 24, 2026 14:11
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 73 issues detected

Severity Count
🔴 Critical 0
🟠 High 15
🟡 Medium 58
View findings
[
  {
    "reason": "codeql.yml lists `language: javascript-typescript` but the repo has no source files in any CodeQL-scannable language. The analyze job will exit 'no source files' on every run. Switch the matrix to `actions` (which scans workflow files — every repo has those).",
    "type": "codeql_language_matrix_mismatch",
    "file": "codeql.yml",
    "action": "switch_codeql_matrix_to_actions",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci-cd.yml",
    "type": "missing_timeout_minutes",
    "file": "ci-cd.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci-cd.yml",
    "type": "missing_timeout_minutes",
    "file": "ci-cd.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci-cd.yml",
    "type": "missing_timeout_minutes",
    "file": "ci-cd.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci-cd.yml",
    "type": "missing_timeout_minutes",
    "file": "ci-cd.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci-cd.yml",
    "type": "missing_timeout_minutes",
    "file": "ci-cd.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci-cd.yml",
    "type": "missing_timeout_minutes",
    "file": "ci-cd.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant